home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
pascal
/
tegl6b.zip
/
INTROPAK.EXE
/
lha
/
TGI.DOC
< prev
next >
Wrap
Text File
|
1991-08-16
|
604b
|
21 lines
{-----------------------------------------------------------------------------}
{ TEGL Windows ToolKit II }
{ Copyright (C) 1990, 1991 TEGL Systems Corporation }
{ All Rights Reserved. }
{-----------------------------------------------------------------------------}
{-- loads all the TGI drivers into a linkable format that can be }
{-- registered using RegisterTGI }
UNIT tgi;
INTERFACE
Procedure _grevga16_driver;
{$IFNDEF TEGLDEMO}
Procedure _grvga256_driver;
{$ENDIF}
Procedure _grcgabw_driver;
Procedure _grhercbw_driver;
IMPLEMENTATION